home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Buzz / Buzz_Advanced_Pack.exe / {app} / Tools / KB2MIDI.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-02-27  |  14KB  |  724 lines

  1. object Form1: TForm1
  2.   Left = 134
  3.   Top = 11
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'KB2MIDI'
  9.   ClientHeight = 354
  10.   ClientWidth = 517
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   Menu = MainMenu1
  19.   Position = poScreenCenter
  20.   ShowHint = True
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnKeyUp = FormKeyUp
  25.   PixelsPerInch = 96
  26.   TextHeight = 14
  27.   object Label1: TLabel
  28.     Left = 139
  29.     Top = 120
  30.     Width = 52
  31.     Height = 14
  32.     Caption = 'Modulation'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 139
  36.     Top = 141
  37.     Width = 42
  38.     Height = 14
  39.     Caption = 'Tone No'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 139
  43.     Top = 163
  44.     Width = 52
  45.     Height = 14
  46.     Caption = 'Pitch Bend'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 77
  50.     Top = 96
  51.     Width = 108
  52.     Height = 14
  53.     Caption = 'Velocity Random Rate'
  54.   end
  55.   object devname: TStaticText
  56.     Left = 2
  57.     Top = 32
  58.     Width = 176
  59.     Height = 17
  60.     Alignment = taCenter
  61.     AutoSize = False
  62.     BorderStyle = sbsSunken
  63.     Color = clBlack
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clLime
  66.     Font.Height = -12
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentColor = False
  70.     ParentFont = False
  71.     TabOrder = 2
  72.   end
  73.   object device: TJVslider
  74.     Left = 196
  75.     Top = 31
  76.     Width = 162
  77.     Height = 18
  78.     Hint = 'Change MIDI output'
  79.     LargeChange = 16
  80.     Max = 127
  81.     ParentShowHint = False
  82.     ShowHint = True
  83.     TabOrder = 3
  84.     OnChange = deviceChange
  85.     CtrlNo = 0
  86.     ChangeToHint = False
  87.     CtrlNoHex = '$00'
  88.   end
  89.   object channelname: TStaticText
  90.     Left = 2
  91.     Top = 53
  92.     Width = 176
  93.     Height = 17
  94.     Alignment = taCenter
  95.     AutoSize = False
  96.     BorderStyle = sbsSunken
  97.     Caption = ' channel 1'
  98.     Color = clBlack
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clLime
  101.     Font.Height = -12
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentColor = False
  105.     ParentFont = False
  106.     TabOrder = 4
  107.   end
  108.   object Channel: TJVslider
  109.     Left = 196
  110.     Top = 52
  111.     Width = 162
  112.     Height = 17
  113.     Hint = 'Out of Range'
  114.     Max = 15
  115.     TabOrder = 5
  116.     OnChange = ChannelChange
  117.     Showvalue = svkItems
  118.     CtrlNo = 0
  119.     CtrlNoHex = '$00'
  120.     Items.Strings = (
  121.       ' channel 1'
  122.       ' channel 2'
  123.       ' channel 3'
  124.       ' channel 4'
  125.       ' channel 5'
  126.       ' channel 6'
  127.       ' channel 7'
  128.       ' channel 8'
  129.       ' channel 9'
  130.       ' channel 10'
  131.       ' channel 11'
  132.       ' channel 12'
  133.       ' channel 13'
  134.       ' channel 14'
  135.       ' channel 15'
  136.       ' channel 16')
  137.   end
  138.   object velocity: TJVslider
  139.     Left = 196
  140.     Top = 71
  141.     Width = 162
  142.     Height = 17
  143.     Hint = '90/127'
  144.     LargeChange = 16
  145.     Max = 127
  146.     Position = 90
  147.     TabOrder = 6
  148.     OnChange = velocityChange
  149.     CtrlNo = 0
  150.     CtrlNoHex = '$00'
  151.   end
  152.   object Velocityname: TStaticText
  153.     Left = 2
  154.     Top = 72
  155.     Width = 176
  156.     Height = 17
  157.     Alignment = taCenter
  158.     AutoSize = False
  159.     BorderStyle = sbsSunken
  160.     Caption = 'velocity: 90'
  161.     Color = clBlack
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clLime
  164.     Font.Height = -12
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     ParentColor = False
  168.     ParentFont = False
  169.     TabOrder = 7
  170.   end
  171.   object modulation: TJVslider
  172.     Left = 195
  173.     Top = 119
  174.     Width = 162
  175.     Height = 17
  176.     Hint = '0/100'
  177.     LargeChange = 16
  178.     Max = 127
  179.     TabOrder = 9
  180.     OnChange = modulationChange
  181.     CtrlNo = 0
  182.     CtrlNoHex = '$00'
  183.   end
  184.   object tone: TJVslider
  185.     Left = 195
  186.     Top = 140
  187.     Width = 162
  188.     Height = 17
  189.     Hint = '0/100'
  190.     LargeChange = 16
  191.     Max = 127
  192.     TabOrder = 10
  193.     OnChange = toneChange
  194.     CtrlNo = 0
  195.     CtrlNoHex = '$00'
  196.   end
  197.   object bend: TJVslider
  198.     Left = 195
  199.     Top = 162
  200.     Width = 162
  201.     Height = 17
  202.     Hint = 'MID'
  203.     LargeChange = 10
  204.     Max = 127
  205.     Position = 64
  206.     TabOrder = 11
  207.     OnChange = bendChange
  208.     Showvalue = svkPan
  209.     CtrlNo = 0
  210.     PositionDefault = 64
  211.     CtrlNoHex = '$00'
  212.   end
  213.   object show: TStaticText
  214.     Left = 0
  215.     Top = 0
  216.     Width = 517
  217.     Height = 25
  218.     Alignment = taCenter
  219.     AutoSize = False
  220.     BorderStyle = sbsSunken
  221.     Color = clBlack
  222.     Font.Charset = DEFAULT_CHARSET
  223.     Font.Color = clLime
  224.     Font.Height = -20
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     ParentColor = False
  228.     ParentFont = False
  229.     TabOrder = 12
  230.   end
  231.   object Velrandom: TJVslider
  232.     Left = 195
  233.     Top = 92
  234.     Width = 162
  235.     Height = 18
  236.     Hint = '10/64'
  237.     LargeChange = 16
  238.     Max = 64
  239.     Position = 10
  240.     TabOrder = 8
  241.     OnChange = velocityChange
  242.     CtrlNo = 0
  243.     PositionDefault = 10
  244.     CtrlNoHex = '$00'
  245.   end
  246.   object playmode: TRadioGroup
  247.     Left = 360
  248.     Top = 30
  249.     Width = 156
  250.     Height = 147
  251.     Caption = 'PlayMode'
  252.     Columns = 2
  253.     Font.Charset = ANSI_CHARSET
  254.     Font.Color = clWindowText
  255.     Font.Height = -9
  256.     Font.Name = 'Small Fonts'
  257.     Font.Style = []
  258.     ItemIndex = 0
  259.     Items.Strings = (
  260.       'Note'
  261.       'Major'
  262.       'Minor'
  263.       'Major7th'
  264.       'Minor7th'
  265.       'Minor7th5'
  266.       'Diminished'
  267.       'Dominant7th'
  268.       'Major9th'
  269.       'Minor9th'
  270.       'Interval')
  271.     ParentFont = False
  272.     TabOrder = 0
  273.   end
  274.   object interval: TComboBox
  275.     Left = 445
  276.     Top = 148
  277.     Width = 66
  278.     Height = 19
  279.     Style = csDropDownList
  280.     Font.Charset = ANSI_CHARSET
  281.     Font.Color = clWindowText
  282.     Font.Height = -9
  283.     Font.Name = 'Small Fonts'
  284.     Font.Style = []
  285.     ItemHeight = 11
  286.     Items.Strings = (
  287.       '2nd'
  288.       '3rd'
  289.       '4th'
  290.       '5th'
  291.       '6th'
  292.       '7th'
  293.       '8th')
  294.     ParentFont = False
  295.     TabOrder = 1
  296.   end
  297.   object apeggiator: TGroupBox
  298.     Left = 0
  299.     Top = 180
  300.     Width = 517
  301.     Height = 174
  302.     Caption = 'Arpeggiator'
  303.     TabOrder = 13
  304.     object Label5: TLabel
  305.       Left = 40
  306.       Top = 24
  307.       Width = 23
  308.       Height = 14
  309.       Caption = 'Gate'
  310.       Visible = False
  311.     end
  312.     object bpm: TComboBox
  313.       Left = 448
  314.       Top = 16
  315.       Width = 65
  316.       Height = 22
  317.       Style = csDropDownList
  318.       ItemHeight = 14
  319.       TabOrder = 2
  320.       OnChange = bpmChange
  321.     end
  322.     object NOTE: TComboBox
  323.       Tag = 1
  324.       Left = 34
  325.       Top = 48
  326.       Width = 57
  327.       Height = 22
  328.       Style = csDropDownList
  329.       ItemHeight = 14
  330.       TabOrder = 3
  331.     end
  332.     object ComboBox1: TComboBox
  333.       Tag = 2
  334.       Left = 90
  335.       Top = 48
  336.       Width = 57
  337.       Height = 22
  338.       Style = csDropDownList
  339.       ItemHeight = 14
  340.       TabOrder = 4
  341.     end
  342.     object ComboBox2: TComboBox
  343.       Tag = 3
  344.       Left = 146
  345.       Top = 48
  346.       Width = 57
  347.       Height = 22
  348.       Style = csDropDownList
  349.       ItemHeight = 14
  350.       TabOrder = 5
  351.     end
  352.     object ComboBox3: TComboBox
  353.       Tag = 4
  354.       Left = 202
  355.       Top = 48
  356.       Width = 57
  357.       Height = 22
  358.       Style = csDropDownList
  359.       ItemHeight = 14
  360.       TabOrder = 6
  361.     end
  362.     object ComboBox4: TComboBox
  363.       Tag = 5
  364.       Left = 258
  365.       Top = 48
  366.       Width = 57
  367.       Height = 22
  368.       Style = csDropDownList
  369.       ItemHeight = 14
  370.       TabOrder = 7
  371.     end
  372.     object ComboBox5: TComboBox
  373.       Tag = 6
  374.       Left = 314
  375.       Top = 48
  376.       Width = 57
  377.       Height = 22
  378.       Style = csDropDownList
  379.       ItemHeight = 14
  380.       TabOrder = 8
  381.     end
  382.     object ComboBox6: TComboBox
  383.       Tag = 7
  384.       Left = 370
  385.       Top = 48
  386.       Width = 57
  387.       Height = 22
  388.       Style = csDropDownList
  389.       ItemHeight = 14
  390.       TabOrder = 9
  391.     end
  392.     object ComboBox7: TComboBox
  393.       Tag = 8
  394.       Left = 426
  395.       Top = 48
  396.       Width = 57
  397.       Height = 22
  398.       Style = csDropDownList
  399.       ItemHeight = 14
  400.       TabOrder = 10
  401.     end
  402.     object notevel: TComboBox
  403.       Tag = 17
  404.       Left = 34
  405.       Top = 72
  406.       Width = 57
  407.       Height = 22
  408.       Style = csDropDownList
  409.       ItemHeight = 14
  410.       TabOrder = 11
  411.     end
  412.     object ComboBox9: TComboBox
  413.       Tag = 18
  414.       Left = 90
  415.       Top = 72
  416.       Width = 57
  417.       Height = 22
  418.       Style = csDropDownList
  419.       ItemHeight = 14
  420.       TabOrder = 12
  421.     end
  422.     object ComboBox10: TComboBox
  423.       Tag = 19
  424.       Left = 146
  425.       Top = 72
  426.       Width = 57
  427.       Height = 22
  428.       Style = csDropDownList
  429.       ItemHeight = 14
  430.       TabOrder = 13
  431.     end
  432.     object ComboBox11: TComboBox
  433.       Tag = 20
  434.       Left = 202
  435.       Top = 72
  436.       Width = 57
  437.       Height = 22
  438.       Style = csDropDownList
  439.       ItemHeight = 14
  440.       TabOrder = 14
  441.     end
  442.     object ComboBox12: TComboBox
  443.       Tag = 21
  444.       Left = 258
  445.       Top = 72
  446.       Width = 57
  447.       Height = 22
  448.       Style = csDropDownList
  449.       ItemHeight = 14
  450.       TabOrder = 15
  451.     end
  452.     object ComboBox13: TComboBox
  453.       Tag = 22
  454.       Left = 314
  455.       Top = 72
  456.       Width = 57
  457.       Height = 22
  458.       Style = csDropDownList
  459.       ItemHeight = 14
  460.       TabOrder = 16
  461.     end
  462.     object ComboBox14: TComboBox
  463.       Tag = 23
  464.       Left = 370
  465.       Top = 72
  466.       Width = 57
  467.       Height = 22
  468.       Style = csDropDownList
  469.       ItemHeight = 14
  470.       TabOrder = 17
  471.     end
  472.     object ComboBox15: TComboBox
  473.       Tag = 24
  474.       Left = 426
  475.       Top = 72
  476.       Width = 57
  477.       Height = 22
  478.       Style = csDropDownList
  479.       ItemHeight = 14
  480.       TabOrder = 18
  481.     end
  482.     object ComboBox16: TComboBox
  483.       Tag = 9
  484.       Left = 34
  485.       Top = 114
  486.       Width = 57
  487.       Height = 22
  488.       Style = csDropDownList
  489.       ItemHeight = 14
  490.       TabOrder = 19
  491.     end
  492.     object ComboBox17: TComboBox
  493.       Tag = 10
  494.       Left = 90
  495.       Top = 114
  496.       Width = 57
  497.       Height = 22
  498.       Style = csDropDownList
  499.       ItemHeight = 14
  500.       TabOrder = 20
  501.     end
  502.     object ComboBox18: TComboBox
  503.       Tag = 11
  504.       Left = 146
  505.       Top = 114
  506.       Width = 57
  507.       Height = 22
  508.       Style = csDropDownList
  509.       ItemHeight = 14
  510.       TabOrder = 21
  511.     end
  512.     object ComboBox19: TComboBox
  513.       Tag = 12
  514.       Left = 202
  515.       Top = 114
  516.       Width = 57
  517.       Height = 22
  518.       Style = csDropDownList
  519.       ItemHeight = 14
  520.       TabOrder = 22
  521.     end
  522.     object ComboBox20: TComboBox
  523.       Tag = 13
  524.       Left = 258
  525.       Top = 114
  526.       Width = 57
  527.       Height = 22
  528.       Style = csDropDownList
  529.       ItemHeight = 14
  530.       TabOrder = 23
  531.     end
  532.     object ComboBox21: TComboBox
  533.       Tag = 14
  534.       Left = 314
  535.       Top = 114
  536.       Width = 57
  537.       Height = 22
  538.       Style = csDropDownList
  539.       ItemHeight = 14
  540.       TabOrder = 24
  541.     end
  542.     object ComboBox22: TComboBox
  543.       Tag = 15
  544.       Left = 370
  545.       Top = 114
  546.       Width = 57
  547.       Height = 22
  548.       Style = csDropDownList
  549.       ItemHeight = 14
  550.       TabOrder = 25
  551.     end
  552.     object ComboBox23: TComboBox
  553.       Tag = 16
  554.       Left = 426
  555.       Top = 114
  556.       Width = 57
  557.       Height = 22
  558.       Style = csDropDownList
  559.       ItemHeight = 14
  560.       TabOrder = 26
  561.     end
  562.     object ComboBox24: TComboBox
  563.       Tag = 25
  564.       Left = 34
  565.       Top = 138
  566.       Width = 57
  567.       Height = 22
  568.       Style = csDropDownList
  569.       ItemHeight = 14
  570.       TabOrder = 27
  571.     end
  572.     object ComboBox25: TComboBox
  573.       Tag = 26
  574.       Left = 90
  575.       Top = 138
  576.       Width = 57
  577.       Height = 22
  578.       Style = csDropDownList
  579.       ItemHeight = 14
  580.       TabOrder = 28
  581.     end
  582.     object ComboBox26: TComboBox
  583.       Tag = 27
  584.       Left = 146
  585.       Top = 138
  586.       Width = 57
  587.       Height = 22
  588.       Style = csDropDownList
  589.       ItemHeight = 14
  590.       TabOrder = 29
  591.     end
  592.     object ComboBox27: TComboBox
  593.       Tag = 28
  594.       Left = 202
  595.       Top = 138
  596.       Width = 57
  597.       Height = 22
  598.       Style = csDropDownList
  599.       ItemHeight = 14
  600.       TabOrder = 30
  601.     end
  602.     object ComboBox28: TComboBox
  603.       Tag = 29
  604.       Left = 258
  605.       Top = 138
  606.       Width = 57
  607.       Height = 22
  608.       Style = csDropDownList
  609.       ItemHeight = 14
  610.       TabOrder = 31
  611.     end
  612.     object ComboBox29: TComboBox
  613.       Tag = 30
  614.       Left = 314
  615.       Top = 138
  616.       Width = 57
  617.       Height = 22
  618.       Style = csDropDownList
  619.       ItemHeight = 14
  620.       TabOrder = 32
  621.     end
  622.     object ComboBox30: TComboBox
  623.       Tag = 31
  624.       Left = 370
  625.       Top = 138
  626.       Width = 57
  627.       Height = 22
  628.       Style = csDropDownList
  629.       ItemHeight = 14
  630.       TabOrder = 33
  631.     end
  632.     object ComboBox31: TComboBox
  633.       Tag = 32
  634.       Left = 426
  635.       Top = 138
  636.       Width = 57
  637.       Height = 22
  638.       Style = csDropDownList
  639.       ItemHeight = 14
  640.       TabOrder = 34
  641.     end
  642.     object gate: TJVslider
  643.       Left = 76
  644.       Top = 25
  645.       Width = 150
  646.       Height = 13
  647.       Hint = '22/35'
  648.       LargeChange = 16
  649.       Max = 35
  650.       Min = 10
  651.       Position = 22
  652.       TabOrder = 0
  653.       Visible = False
  654.       CtrlNo = 0
  655.       CtrlNoHex = '$00'
  656.     end
  657.     object apeg: TCheckBox
  658.       Left = 384
  659.       Top = 21
  660.       Width = 57
  661.       Height = 15
  662.       Caption = 'On &4'
  663.       TabOrder = 1
  664.       OnClick = apegClick
  665.     end
  666.   end
  667.   object RxGradientCaption1: TRxGradientCaption
  668.     Captions = <>
  669.     DefaultFont = False
  670.     FormCaption = 'KB2MIDI'
  671.     Font.Charset = DEFAULT_CHARSET
  672.     Font.Color = clCaptionText
  673.     Font.Height = -11
  674.     Font.Name = 'Arial'
  675.     Font.Style = []
  676.     StartColor = clBlack
  677.     Left = 215
  678.     Top = 38
  679.   end
  680.   object MainMenu1: TMainMenu
  681.     Left = 271
  682.     Top = 22
  683.     object File1: TMenuItem
  684.       Caption = '&File'
  685.       object LoadArpeg1: TMenuItem
  686.         Caption = 'Load Arpeg..'
  687.         OnClick = LoadArpeg1Click
  688.       end
  689.       object SaveArpeg1: TMenuItem
  690.         Caption = 'Save Arpeg..'
  691.         OnClick = SaveArpeg1Click
  692.       end
  693.     end
  694.     object panic1: TMenuItem
  695.       Caption = '&Panic'
  696.       Hint = 'Send All Sound Off'
  697.       OnClick = panic1Click
  698.     end
  699.     object About1: TMenuItem
  700.       Caption = '&About'
  701.       OnClick = About1Click
  702.     end
  703.     object Exit1: TMenuItem
  704.       Caption = 'E&xit'
  705.       OnClick = Exit1Click
  706.     end
  707.   end
  708.   object timer1: TSuperTimer
  709.     Interval = 100
  710.     OnTimer = timer1Timer
  711.     ThreadPriority = tpTimeCritical
  712.     Left = 424
  713.     Top = 8
  714.   end
  715.   object OpenDialog1: TOpenDialog
  716.     DefaultExt = 'k2m'
  717.     Left = 128
  718.   end
  719.   object SaveDialog1: TSaveDialog
  720.     DefaultExt = 'k2m'
  721.     Left = 160
  722.   end
  723. end
  724.